Basic Hierarchy Chart
Overview
The Basic Hierarchy Chart displays hierarchical data in a top-down structure, where entries are connected based on parent-child relationships. A common use case is visualizing an organizational chart, where managers and employees are represented in a nested tree format.
This chart is suitable for data models that represent relationships such as "Manager → Employee", "Category → Subcategory", or any similar hierarchical structure.
Requirements for the Data Source
To properly render a Basic Hierarchy Chart, the underlying data must meet the following criteria:
-
Unique ID Field
Each entry must contain a unique identifier (e.g.,id
oruuid
). -
Parent ID Field
Each entry must include a reference to its parent using a unique parent ID.- For the root node (e.g., a CEO in an organizational chart), the
parent_id
should be the same as its ownid
.
- For the root node (e.g., a CEO in an organizational chart), the
-
Display Field(s)
Each entry must contain at least one field (e.g.,name
,title
) to be displayed in the chart node.
Example
Below is a sample rendering of a Basic Hierarchy Chart:
Main Features
N/A
*Note: Feature support for this chart type may be expanded in future versions._
Known Limitations
N/A
Report Bugs, Request New Features, and Win $50 Every Month
We value your precious feedback. Please contact us when you find a bug or would like to request a new feature. (In the main panel, click on the bob logo on the top left corner, then in the Dropdown menu click on “contact for bugs or new features”). Every month we will select an “opinion leader” and reward him/her with $50 in cash.